-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Use tox rng to seed the keypair generation. #2671
Conversation
dd45166
to
704898e
Compare
704898e
to
1822488
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2671 +/- ##
==========================================
- Coverage 73.02% 73.02% -0.01%
==========================================
Files 148 148
Lines 30482 30484 +2
==========================================
+ Hits 22261 22262 +1
- Misses 8221 8222 +1 ☔ View full report in Codecov by Sentry. |
d88a13c
to
ac63bce
Compare
this makes key generation deterministic. Did you check how the fuzzer behaves with this? |
What behaviour do you want me to check regarding the fuzzer? |
Sorry, my real question was: "Is this intentional, with all its side effects" :) |
Yes, it is intentional to make tests and fuzzers deterministic. |
ac63bce
to
ff9c651
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 5 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: complete! 2 of 1 approvals obtained
ff9c651
to
5d7b7a7
Compare
Fixes #2649
This change is